Welcome![Sign In][Sign Up]
Location:
Search - SQL Server c

Search list

[CSharpRead and Write Images to a SQL Server Database wit

Description: Read and Write Images to a SQL Server Database with C#
Platform: | Size: 79809 | Author: 啊建 | Hits:

[Web ServerAspxCn无刷新整合型网站开源框架c#

Description: AspxCn无刷新整合型网站开源框架(VS2005+SQL2005) 框架名称:AspxCn无刷新整合型网站开源框架 Preview 1.0 英文名称:AspxCn Ajax WebSite Open Source FrameWork Preview 1.0 框架组成:Nbear三层框架+jquery菜单+DotNetTextBox在线编辑器控件+Anthem.net Ajax框架 运行环境:Asp.Net2.0+VS2005+SQL2005 框架简介: 通过对多个网上开源项目(Nbear三层开发结构+jquery菜单+DotNetTextBox在线编辑器控件+Anthem.net Ajax框架)整合而成的一个Ajax无刷新整合型网站开源框架! 安装调试: 1.打开SQL Server Management Studio,登录SQL2005数据库,右击数据库附加DB_AspxCn下的aspxcndb数据库文件! 2.修改Aspxcn.Web目录下Web.config中的LocalSqlServer数据库连接字符串! 3.打开aspxcn.sln编译项目并浏览aspxcn.web/default.aspx即可! 框架说明: 1.管理权限用户名:admin 密码:admin 请在default.aspx首页登录即可对网站进行部分管理! 2.后台管理现时版本暂不提供,完善的后台管理将在以后版本提供 3.首页顶部Banner广告的替换可编辑css/ad.xml文件。 4.采用Anthem.net实现ajax效果,无需依赖ASP.NET AJAX的任何库文件。 5.用户注册登录全部采用ASP.NET2.0内置的现成控件实现。 6.网站菜单分类请修改数据库中的Catalog及Class,支持二级主题分类。 7.Catalog表中的Show字段设置为True后即可让普通用户在相应主题下发表新文章,默认仅论坛区域可让普通用户发表新文章。 DB_51aspx下为Sql2005数据库文件(Sql2000格式数据库正在转换中...),附加即可 友情提示: 一般数据库文件默认在DB_51aspx文件夹下 如果使用VS2005打开本站项目文件,建议打开前务必安装VS2005Sp1
Platform: | Size: 8916922 | Author: mandydou | Hits:

[ADO-ODBCSQL Server C#访问DAL

Description: C#访问SQL Server的数据库访问层类库
Platform: | Size: 19445 | Author: doleph@126.com | Hits:

[Windows Develop学生信息管理系统 SQL Server + C++

Description: 学生信息管理系统 SQL Server + C++
Platform: | Size: 11790651 | Author: 1037376144@qq.com | Hits:

[CSharpRead and Write Images to a SQL Server Database wit

Description: Read and Write Images to a SQL Server Database with C#
Platform: | Size: 79872 | Author: 啊建 | Hits:

[Database systemStudentManageV1.1

Description: 《学籍管理系统》 “c# WinForm 数据库操作的简单范例 (SQL Server 2000)”-"expulsion management systems," "c# WinForm operation of the database simple paradigm (SQL Server 2000)"
Platform: | Size: 259072 | Author: 谈进 | Hits:

[OtherProfessional.SQL.Server.Reporting.Services

Description: Professional.SQL.Server.Reporting.Services 一个Reporting service的书,国内还没有卖的,如果要出版或出翻译版应该是清华会出-Professional.SQL.Server.Reporting.Services Reporting service of a book, which had been sold, if we publish or translators version will be out Qinghua
Platform: | Size: 8635392 | Author: woodwater | Hits:

[SQL ServerSQL Server精华 (CHM)

Description:   这是一个sql的reference,收集得很全的,是初学者不可少的工具的, 真的很好的,我以前总是不懂的去查书,现在不用了, 有这个就足够了,-This is a sql of reference, the entire collection made it is indispensable tools beginners, really good, I never used to understand to go, not now, this is sufficient,
Platform: | Size: 4751360 | Author: Jack | Hits:

[SQL ServerSQL Server 2000

Description: SQL SERVER机械工业出版社《SQL Server应用开发实例教程》源代码-SQL SERVER Machinery Industry Publishing House, "SQL Server application development tutorial examples" source code
Platform: | Size: 58368 | Author: 吴为 | Hits:

[SQL Serverc

Description: SQL Server 2000课程设计案例:轿车销售管理系统-SQL Server 2000 curriculum design cases: Car Sales Management System
Platform: | Size: 174080 | Author: 汪小 | Hits:

[SQL Serverstudent

Description: 使用Visual C# + SQL Server数据库开发的学生信息报表系统,可运行-The use of Visual C#+ SQL Server database development of the Student Information Reporting System, run
Platform: | Size: 569344 | Author: yangyang | Hits:

[.netdatabase

Description: MFC窗口编程一个C++访问SQL SERVER的例子,刚学习很简单,有好多有待提高-MFC programming window of a C++ Access SQL SERVER example, just to learn very simple, has a lot to be improve
Platform: | Size: 4301824 | Author: zcy | Hits:

[MySQLC

Description: C++通过ODBC访问SQL server中的数据 本程序简单的介绍了C++与SQL server 相互传递数据。-C++ to access SQL server through ODBC data in this program introduced a simple C++ and SQL server to transfer data with each other.
Platform: | Size: 1921024 | Author: | Hits:

[ADO-ODBCsql

Description: 1、说明:创建数据库 CREATE DATABASE database-name 2、说明:删除数据库 drop database dbname 3、说明:备份sql server --- 创建 备份数据的 device USE master EXEC sp_addumpdevice disk , testBack , c:\mssql7backup\MyNwind_1.dat --- 开始 备份 BACKUP DATABASE pubs TO testBack 4、说明:创建新表 create table tabname(col1 type1 [not null] [primary key],col2 type2 [not null],..) -1, Description: Create a database CREATE DATABASE database-name 2, Description: delete the database drop database dbname 3, Description: The backup sql server--- create a backup data device USE master EXEC sp_addumpdevice ' disk' , ' testBack' , ' c: \ mssql7backup \ MyNwind_1.dat ' --- start the backup BACKUP DATABASE pubs TO testBack 4, Description: Create a new table create table tabname (col1 type1 [not null] [primary key], col2 type2 [not null ],..)
Platform: | Size: 23552 | Author: 1987830 | Hits:

[ADO-ODBCC# 酒店管理系统(SQL Server)

Description: 简易的酒店管理系统,基于SQL server和C#前后端相结合(A simple hotel management system, server and SQL before and after C# based on end)
Platform: | Size: 191488 | Author: 河畔 | Hits:

[SQL ServerC#实现商品管理系统

Description: 使用C#连接SQL Server实现商品进货管理系统(Using C# connection SQL Server to achieve commodity purchase management system)
Platform: | Size: 417792 | Author: 刘先森、 | Hits:

[Other网络五子棋

Description: 类似QQ游戏网络平台中的五子棋对弈游戏,应用的是本地sql server 可联机局域网测试(Similar to the QQ game network platform Gobang game)
Platform: | Size: 8110080 | Author: kewang | Hits:

[Other添加登录权限的sql server数据库人员管理

Description: c#编写,主要是通过sql server数据库的链接以及相关的操作,设置登录过程中的不同权限,进入到不同的应用界面中。功能上整合了,人员管理,数据查询和身份证验证等。(C# writing, mainly through the SQL Server database links and related operations, set the login process in different permissions, access to different application interfaces. Functional integration, personnel management, data query and authentication, etc..)
Platform: | Size: 376832 | Author: kewang | Hits:

[SQL ServerSQLHelper类

Description: c#操作sql server 常用方法通用类(增删改查等等)(C# operations, SQL, server, generic classes)
Platform: | Size: 10240 | Author: 狂歌 | Hits:

[.netotel otomasyon

Description: Hotel otomasyon for sql server
Platform: | Size: 181248 | Author: musakazimay | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net